Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

scripts: Add the cid2civ script#562

Open
poncovka wants to merge 3 commits intoredhatcloudx:mainfrom
poncovka:main-cid2civ
Open

scripts: Add the cid2civ script#562
poncovka wants to merge 3 commits intoredhatcloudx:mainfrom
poncovka:main-cid2civ

Conversation

@poncovka
Copy link
Contributor

@poncovka poncovka commented May 30, 2023

Add a scripts that allows to download metadata about cloud images from Cloud Image Directory and prepare them for testing via Cloud Image Validation.

  • Print the supported arguments of the script:
    poetry run scripts/cid2civ --help

  • Download data about Azure images:
    poetry run scripts/cid2civ download azure > cid.json

  • Print a summary about the downloaded data:
    poetry run scripts/cid2civ analyze cid.json

  • Generate resources for the image validation:
    poetry run scripts/cid2civ convert cid.json > civ.json

TODO

  • Write tests for the script.
  • Document the script.
  • Install all dependencies.

Loading
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants